PastMoveStatValues

@Serializable
data class PastMoveStatValues(val accuracy: Int?, val effectChance: Int?, val power: Int?, val pp: Int?, val effectEntries: List<VerboseEffect>, val type: Handle.Named<Type>?, val versionGroup: Handle.Named<VersionGroup>)(source)

The stat values of a move in previous versions of the games. See: https://pokeapi.co/docs/v2#pastmovestatvalues

Parameters

accuracy

The percent value of how likely this move is to be successful.

effectChance

The percent value of how likely it is this move's effect will happen.

power

The base power of this move with a value of 0 if it does not have a base power.

pp

Power points. The number of times this move can be used.

effectEntries

The previous effects of this move listed in different languages.

type

The elemental type of this move.

versionGroup

The version group in which these move stat values were in effect.

Constructors

Link copied to clipboard
constructor(accuracy: Int?, effectChance: Int?, power: Int?, pp: Int?, effectEntries: List<VerboseEffect>, type: Handle.Named<Type>?, versionGroup: Handle.Named<VersionGroup>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val power: Int?
Link copied to clipboard
val pp: Int?
Link copied to clipboard
Link copied to clipboard